DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1CollectionViewSource<T> Class / DidUpdateFocus Method

In This Topic
    DidUpdateFocus Method (C1CollectionViewSource<T>)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Sub DidUpdateFocus( _
       ByVal collectionView As UIKit.UICollectionView, _
       ByVal context As UIKit.UICollectionViewFocusUpdateContext, _
       ByVal coordinator As UIKit.UIFocusAnimationCoordinator _
    ) 
    public virtual void DidUpdateFocus( 
       UIKit.UICollectionView collectionView,
       UIKit.UICollectionViewFocusUpdateContext context,
       UIKit.UIFocusAnimationCoordinator coordinator
    )

    Parameters

    collectionView
    context
    coordinator
    See Also